翻訳と辞書
Words near each other
・ Schunk Group
・ Schunkeln
・ Schunter
・ Schupfart
・ Schupfnudel
・ Schupp
・ Schuppan
・ Schuppan 962CR
・ Schuppanzigh Quartet
・ Schuppen
・ Schur
・ Schur algebra
・ Schur algorithm
・ Schur class
・ Schur complement
Schur complement method
・ Schur decomposition
・ Schur function
・ Schur functor
・ Schur multiplier
・ Schur orthogonality relations
・ Schur polynomial
・ Schur product theorem
・ Schur test
・ Schur's inequality
・ Schur's lemma
・ Schur's lemma (disambiguation)
・ Schur's lemma (from Riemannian geometry)
・ Schur's property
・ Schur's theorem


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Schur complement method : ウィキペディア英語版
Schur complement method

In numerical analysis, the Schur complement method, named after Issai Schur, is the basic and the earliest version of non-overlapping domain decomposition method, also called iterative substructuring. A finite element problem is split into non-overlapping subdomains, and the unknowns in the interiors of the subdomains are eliminated. The remaining Schur complement system on the unknowns associated with subdomain interfaces is solved by the conjugate gradient method.
== The method and implementation ==
Suppose we want to solve the Poisson equation
:-\Delta u = f, \qquad u|_ = 0
on some domain Ω. When we discretize this problem we get an ''N''-dimensional linear system ''AU = F''. The Schur complement method splits up the linear system into sub-problems. To do so, divide Ω into two subdomains Ω1, Ω2 which share an interface Γ. Let ''U''1, ''U''2 and ''U''Γ be the degrees of freedom associated with each subdomain and with the interface. We can then write the linear system as
:\left(A_ & 0 & A_ \\ 0 & A_ & A_ \\ A_ & A_ & A_\end\right )\left(U_1 \\ U_2 \\ U_\Gamma\end\right ) = \left(F_1 \\ F_2 \\ F_\Gamma\end\right ),
where ''F''1, ''F''2 and ''F''Γ are the components of the load vector in each region.
The Schur complement method proceeds by noting that we can find the values on the interface by solving the smaller system
:\Sigma U_\Gamma = F_\Gamma - A_A_^F_1 - A_A_^F_2,
for the interface values ''U''Γ, where we define the ''Schur complement'' matrix
:\Sigma = A_ - A_A_^A_ - A_A_^A_.
The important thing to note is that the computation of any quantities involving A_^ or A_^ involves solving decoupled Dirichlet problems on each domain, and these can be done in parallel. Consequently, we need not store the Schur complement matrix explicitly; it is sufficient to know how to multiply a vector by it.
Once we know the values on the interface, we can find the interior values using the two relations
:A_U_1 = F_1 - A_U_\Gamma, \qquad A_U_2 = F_2 - A_U_\Gamma,
which can both be done in parallel.
The multiplication of a vector by the Schur complement is a discrete version of the Poincaré–Steklov operator, also called the Dirichlet to Neumann mapping.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Schur complement method」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.